gpio: mxs: Remove netdev.h
authorMarek Vasut <[email protected]>
Wed, 25 May 2016 00:12:32 +0000 (02:12 +0200)
committerTom Rini <[email protected]>
Fri, 3 Jun 2016 01:21:41 +0000 (21:21 -0400)
The MXS certainly does not support any sort of networking in GPIO code,
remove the netdev.h header.

Signed-off-by: Marek Vasut <[email protected]>
Cc: Tom Rini <[email protected]>
Cc: Simon Glass <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
drivers/gpio/mxs_gpio.c

index b54a10b49332e710daeda5def60db125e7d0d062..c25b4c1c2e2bd710fae24046baea2bb69981142a 100644 (file)
@@ -8,7 +8,6 @@
  */
 
 #include <common.h>
-#include <netdev.h>
 #include <asm/errno.h>
 #include <asm/io.h>
 #include <asm/arch/iomux.h>